﻿@charset "utf-8";

/*浏览器广告 屏蔽掉和 UC 相关的所有框架 */
iframe[src*="ucweb.com"] { display: none !important; }
iframe[id^="head__"] { display: none !important; }
iframe[id^="utp__"] { display: none !important; }


.PC-SHOW {
  display: block;
}
.WX-SHOW {
display: none;
}


/*当屏幕大于768的时候显示  767是仅限手机版  768是包括ipad*/
@media (min-width: 769px) {

*{margin: 0px;padding: 0px;-webkit-user-select:inherit;}
body{margin: 0px;padding: 0px;font-family:  "Microsoft YaHei", Arial;;font-size: 14px;background: #FFFFFF;color: #333333;}
ul,li{list-style: none;text-decoration: none;margin: 0px;padding: 0px;}
a{margin: 0px;padding: 0px;color: #333333;list-style: none;text-decoration: none;cursor: pointer;}
a:hover{color: #0d872d;}
.clear{clear: both;}
.wrap{width: 1200px;display: block;clear: both;margin: 0 auto;}
input:focus{outline: none;}

/********** 头部 开始 **********/
.top{width: 100%;min-width: 1200px;height: 100px;display: block;margin: 0 auto;position: fixed;left: 0px;top: 0px;z-index: 99999;}
.logo{height: 100px;line-height: 100px;display: inline-block;float: left;position: relative;z-index: 3;}
.logo img{vertical-align: middle;margin-top:34px;border:0;}
.ch{width: 66px;display: block;overflow: hidden;border: solid 1px #333333;float: right;margin-right: 0;margin-top: 35px;height: 32px;line-height: 32px;border-radius: 50px;z-index: 9;position: relative;}
.ch a{text-align: center;display: block;height: 30px;line-height: 30px;}
.ch:hover{border: solid 1px #0d872d;}
.ch:hover a{color: #0d872d;}
.top_i{width: 100%;min-width: 1200px;height: 1px;display: block;margin: 100px auto 0;background: #fff;}

/********** 搜索框 开始 **********/
.ss {
        width: 85px;
        height: 32px;
        display: block;
        overflow: hidden;
        position: absolute;
        top: 35px;
        right: 50%;
        margin-right: -525px;
        z-index: 99;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        border:solid 1px #333333;
    }

        .ss:hover {
            width: 285px;
            height: 32px;
            padding-left:10px;
            box-sizing: border-box;
            background: #e8e7e5;
        }
        .ss input[type="text"] {
            float: left;
            width: 0px;
            padding:0;
            height: 30px;
            line-height: 30px;
            color: #333333;
            border: none;
            background: none;
        }

        .ss input[type="submit"] {
            background: url(../images/2020_icon01.png) 15px no-repeat;
            cursor: pointer;
            margin: 0px;
            width: 85px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            float: right;
            border: none;
            padding-left: 36px;
            padding-top: 0;
            box-sizing: border-box;
            color:#333333;
            position: absolute;
            right: 0;
        }

        .ss:hover input[type="text"],
        .ss:focus input[type="text"] {
            width: 185px;
            transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            padding: 0px 10px;
            box-sizing: border-box;
            float:left;
        }

    input::-webkit-input-placeholder {
        color: #333333;
        font-size: 14px;
        font-family: "microsoft yahei";
    }

    input:-moz-placeholder {
        color: #333333;
        font-size: 14px;
        font-family: "microsoft yahei";
    }

    input::-moz-placeholder {
        color: #333333;
        font-size: 14px;
        font-family: "microsoft yahei";
    }

    input:-ms-input-placeholder {
        color: #333333;
        font-size: 14px;
        font-family: "microsoft yahei";
    }

/********** 菜单栏 开始 **********/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.menu{width: 800px;height:100px;display: inline-block;float: left;margin-left: 50px;}
/*.menus{width: auto;height:34px;display: inline-block;position:relative;}
.menus .nLi{width:auto;height:34px;line-height: 34px;float:left;position:relative;display:inline-block;}
.menus .nLi a{display:block;font-size:20px;cursor: pointer;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-transform: capitalize;padding: 0 30px;box-sizing: border-box;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;}
.menus .on a{background: #0d872d;color: #FFFFFF;}*/

.menus{width: auto;height:100px;display: inline-block;}
.menus .nLi{width:auto;height:100px;line-height: 100px;float:left;display:inline-block;border-bottom: 2px solid rgba(255,255,255,0);}
.menus .nLi:nth-child(6) .nav_gd{display:none;}
.menus .nLi .nLi_a{display:block;font-size:20px;cursor: pointer;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-transform: capitalize;padding: 0 24px;box-sizing: border-box;/*border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;*/position: relative;z-index: 3;background: #fff;}
.menus .nLi.on{/*background: #0d872d;color: #FFFFFF !important;*/}
.menus .nLi.on .nLi_a{color: #0d872d;border-bottom: 2px solid #0d872d;height: 100px;}
.menus .nLi:hover .nav_gd{top: 100px;}
.nav_gd{position: absolute;top: -500px;left: 0;right: 0;background: #f5f5f5;padding: 60px 0;z-index: 1;transition: all 0.6s;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);}
.w_auto{display: table;margin: auto;width: auto;}
.nav_gd ul{display: inline-block;width: 100%;}
.nav_gd ul li{font-size: 18px;line-height: 45px;width: 300px;float: left;font-family: "微软雅黑";margin-bottom: 20px;}
.nav_gd ul li ul li{font-size: 16px;color: #838383;padding-left: 0;width: 100%;line-height: 30px;margin-bottom: 0;}
.nav_gd ul li ul li ul li{font-size: 14px;padding-left: 0;width: 100%;margin-bottom: 0;}
.nav_gd ul li ul li ul li ul li{font-size: 12px;padding-left: 0;width: 100%;margin-bottom: 0;height: 30px}
.nav_gd ul li a{color: #0d872d;display: block;position: relative;z-index: 1;transition: all 0.4s;padding-left: 80px;padding-right: 58px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nav_gd ul li a:after{width: 0;height:45px;background: #0d872d;content: "";display: block;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.4s;}
.nav_gd ul li a:hover:after{width: 300px;height:45px;background: #0d872d;transition: all 0.6s;}
.nav_gd ul li ul li a{color: #333;display: inline-block;text-indent: 0;border-bottom: 1px solid #f5f5f5;}
.nav_gd ul li ul li a:after{display: none;}
.nav_gd ul li ul li ul li a{color: #666;display: inline-block;text-indent: 0;float: left;}
.nav_gd ul li ul li ul li ul li a{color: #999;display: inline-block;text-indent: 0;width: 100%;}
.nav_gd ul li a:hover{color: #fff;}
/*.nav_gd ul li ul li .nav_sj{border-bottom: 1px solid #4e4e4e;}
.nav_gd ul li ul li .nav_sj:hover{border-bottom: 1px solid #df0615;text-decoration: none;}*/
.nav_gd ul li ul li a:hover{color: #df0615;text-decoration: underline;}
.nav_gd ul li ul{margin-top: 5px;}
.nav_gd ul li ul li ul{margin: 0px;float: left;}
.nav_gd ul li a .nav_L{width: 30px;display: inline-block;opacity: 0;transition: all 0.4s;position: absolute;right: 30px;top: 7px;}
.nav_gd ul li a .nav_i{width: 22px;display: inline-block;position: absolute;top: 10px;left: 30px;}
.nav_gd ul li a:hover .nav_L{opacity: 1;}
.nav_bg{width: 100%;height: 100px;position: absolute;z-index: 2;background: #fff;top: 0;right: 0;box-shadow: 0 0 0 #000;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);}


#navBar2{width: 60px;height: 260px;z-index: 9;position: fixed;top:100%;right: 4%;margin-top: -130px;text-align: center;}
#navBar2 li{width:60px;height:65px;display: block;overflow: hidden;transition: all .7s ease;}
#navBar2 li a{width:60px;height:60px;display: block;overflow: hidden;text-align: center;padding: 10px 5px;box-sizing: border-box;background: url(../images/2020_icon16.png);border-radius:5px;cursor: pointer;}
#navBar2 li a i,
#navBar2 li a span{height: 20px;line-height: 20px;font-size: 16px;color: #FFFFFF;display: block;}
#navBar2 a:hover{background: #0d872d;}



/********** 背景切换图 开始 **********/
#page1 .swiper-slide {
    /*height:878px !important;*/
}
#page1 .swiper-slide img{width: 100%;}
#page1 .swiper-button-next, #page1 .swiper-button-prev{
	width: 3% !important;
	opacity: 0.4;
}
#page1 .swiper-button-next:hover, #page1 .swiper-button-prev:hover{
	opacity: 0.8;
}
#page1 .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: #000;
	opacity: 0.3;
}
#page1 .swiper-pagination-bullet-active{
	background: #0d872d;
	opacity: 1;
}
#page1 .swiper-pagination{
	bottom: 25px !important;
}
#page1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
#pageContain{}
.page{width: 100%;height: auto;overflow: hidden;}
.page1 {background: url(../images/2020_banner01.jpg) center bottom no-repeat #FFFFFF;background-size: cover;}
.page2 {background: #FFFFFF;}
.page3 {background: #FFFFFF;}
.page4 {background: #FFFFFF;}
.contain{width: 100%;min-width: 1200px; height: 100%; position: relative; z-index: 0;margin: 0 auto;}
.current .contain,
.slide .contain{display: block;}
.current{display: block;z-index: 1;}
.slide{display: block;z-index: 2;}
.swipe{display: block;z-index: 3;transition-duration: 0ms !important;-webkit-transition-duration: 0ms !important;}

#navBar{width: 60px;height: 260px;z-index: 9;position: fixed;top:50%;right: 4%;margin-top: -130px;text-align: center;}
#navBar li{width:60px;height:65px;display: block;overflow: hidden;transition: all .7s ease;}
#navBar li a{width:60px;height:60px;display: block;overflow: hidden;text-align: center;padding: 10px 5px;box-sizing: border-box;background: url(../images/2020_icon16.png);border-radius:5px;cursor: pointer;}
#navBar li a i,
#navBar li a span{height: 20px;line-height: 20px;font-size: 16px;color: #FFFFFF;display: block;}
#navBar .active a{background: #0d872d;}

/********** 第一屏 开始 **********/

/********** 第二屏 开始 **********/
.box{width: 1200px;height: 170px;display: block;overflow: hidden;transition-delay: 1.5s;margin: 40px auto 0;}
.box ul{width: 1227px;display: block;}
.box ul li{width: 280px;height: 170px;display: block;overflow: hidden;float: left;margin-right: 26.6px;}
.box ul li a{width: 280px;height: 170px;display: block;overflow: hidden;}
.box ul li a .imgw{width: 280px;height: 120px;display: block;overflow: hidden;background: #e3e3e3;text-align: center;}
.box ul li a .imgw img{width: 280px;height: 120px;transition:all 0.3s;}
.box ul li a .imgw img:hover{transform:scale(1.08);}
.box ul li a .imgt{width: 280px;height: 40px;line-height: 40px;display: block;overflow: hidden;text-align: center;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;margin-top: 10px;}

.box1{width:1200px;display:block;position:relative;transition-delay: 2.5s;margin: 70px auto 0;clear: both;}
.box1_left{height:34px;line-height:34px;display:inline-block;float: left;}
.box1 .parHd{height:34px; display:block; overflow:hidden;position:relative;}
.box1 .parHd ul{height:34px; position:absolute; top:0px; right:0px; z-index:2;}
.box1 .parHd ul li{height:34px;float:left;margin-left:19px;}
.box1 .parHd ul li a{height:34px;line-height:34px;font-size: 18px;background:#dedede;text-align:center;border-radius:50px;padding:0 15px;box-sizing:border-box;cursor:pointer;display: inline-block;}
.box1 .parHd ul li.on a{background:#067526; color:#FFFFFF;}
.box1 .box1_cont{width:1200px; height:360px; display:block; margin:60px auto 0;zoom:1; position:relative;}
.box1 .parBd ul{width:1200px; height:360px; overflow:hidden; display:block; float:left; background:#FFFFFF; text-align:center;}
.box1 .parBd ul.box1 .boxCont{width:1200px; height:360px; overflow:hidden; display:block;}
.box1 .parBd ul li{width:265px; height:370px; display:inline-block; text-align:center; margin:0 17.5px;float: left;padding-top:10px;}
.box1 .parBd ul li .pic{width:265px;height:305px;text-align:center;line-height: 305px;cursor: pointer;display: table-cell;vertical-align: middle;border:1px solid #ccc;transition:all 0.4s;overflow:hidden;}
.box1 .parBd ul li .pic:hover {box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);}
.box1 .parBd ul li .pic img{width:80%;height: auto;display:inline-block;vertical-align: middle;border:none;}
.box1 .parBd ul li .title{width:265px;height:30px;line-height:30px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 20px;}
.box1 .parBd ul li .txt{width: 265px;height: 20px;line-height: 16px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #888888;}

.box1 .sPrev{position:absolute;left:-75px;top:151px;display:block;width:58px;height:58px;background:url(../images/2020_icon08.png) center no-repeat;z-index:9;}
.box1 .sNext{position:absolute;right:-75px;top:151px;display:block;width:58px;height:58px;background:url(../images/2020_icon09.png) center no-repeat;z-index:9;}
.box1 .sPrev:hover{background:url(../images/2020_icon08_on.png) center no-repeat;}
.box1 .sNext:hover{background:url(../images/2020_icon09_on.png) center no-repeat;}

/********** 第三屏 开始 **********/
.box2{width: 1200px;display: block;overflow: hidden;transition-delay: 1.5s;margin: 10px auto 0;}
.box2 ul{width: 1224px;display: block;}
.box2 ul li{width: 384px;height: 255px;display: block;overflow: hidden;float: left;margin-right: 24px;margin-top: 28px;}
.box2 ul li .tbox{width: 384px;height: 255px;display: block;overflow: hidden;background: #e3e3e3;position: relative;}
.box2 ul li .tbox_img{width: 384px;height: 255px;display: block;position: absolute;top: 0;left: 0;z-index: 1;}
.box2 ul li .tbox_img img{width: 384px;height: 255px;z-index: 1;}
/*.box2 ul li .tbox_txt{width: 136px;height: 40px;line-height: 40px;display: block;overflow: hidden;position: absolute;top: 107.5px;left: 124px;z-index: 9;background:rgba(0,0,0,0.5);transition: all 330ms;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;}
.box2 ul li .tbox_txtT{height: 40px;line-height: 40px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;font-size: 20px;color: #FFFFFF;font-weight: bold;padding: 0 10px;box-sizing: border-box;}*/
.box2 ul li .tbox_txt{width: 100%;height: 100%;line-height: 40px;display: block;position: absolute;top: 0;left: 0;z-index: 9;background:rgba(0,0,0,0);transition: all 330ms;verflow: hidden;}
.box2 ul li .tbox_txtT{width: 136px;height: 40px;line-height: 40px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;font-size: 20px;color: #FFFFFF;font-weight: bold;padding: 0 10px;box-sizing: border-box;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;background:rgba(0,0,0,0.4);top: 107.5px;left: 124px;position:absolute;transition: all 0.5s;}
.box2 ul li .tbox:hover .tbox_txt {background:rgba(0,0,0,0.4);}
.box2 ul li .tbox:hover .tbox_txtT {background:rgba(0,0,0,0);top: 55px;}
.box2 ul li .tbox:hover .tbox_txtB {bottom:45px;}
.box2 ul li .tbox:hover .tbox_txtS {bottom:0px;}
.box2 ul li .tbox_txtB{height: 100px;line-height: 20px;overflow: hidden;text-align: justify;font-size: 14px;color: #FFFFFF;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;text-overflow: ellipsis;margin-top: 15px;padding: 0 25px;position: absolute;bottom:-125px;transition: all 0.5s;}
.box2 ul li .tbox_txtS{width: 43px;height: 43px;display: block;overflow: hidden;position: absolute;right: 25px;bottom:-43px;line-height: 43px;text-align: center;cursor: pointer;background: #0b825a;transition: all 0.6s;}
.box2 ul li .tbox_txtS img{vertical-align: middle;transition: all 0.6s;margin-top: 9px;}
.box2 ul li .tbox_txtS:hover img{transform: rotate(180deg);}
/*.box2 ul li .tbox:hover .tbox_txt{width: 384px;height: 255px;transform: scale(1);background: url(../images/2020_icon17.png);background:rgba(0,0,0,0.5);padding: 20px;box-sizing: border-box;top: 0;left: 0;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;}
.box2 ul li .tbox:hover .tbox_txtT{margin-top: 20px;display: block;}
.box2 ul li .tbox:hover .tbox_txtS,
.box2 ul li .tbox:hover .tbox_txtB{display: block;}*/

.box3{width: 100%;min-width: 1200px;height: 160px;display: block;overflow: hidden;position: relative;background: #f5f5f5;margin-top: 80px;}
.box3 ul{width: 1200px;height: 160px;display: block;overflow: hidden;margin: 0 auto;padding: 30px;box-sizing: border-box;}
.box3 ul li{width: 25%;height: 100px;display: block;overflow: hidden;float: left;padding:0 20px 0 80px;box-sizing: border-box;}
.box3 ul li .ttop{width: 100%;height: 70px;line-height: 90px;display: block;overflow: hidden;white-sp+ace: nowrap;text-overflow: ellipsis;font-size: 48px;color: #666666;}
.box3 ul li .ttop span{display: inline-block;}
.box3 ul li .tbot{width: 100%;height: 30px;line-height: 30px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;color: #666666;}

/********** 第四屏 开始 **********/
.box4{width: 1200px;display: block;overflow: hidden;transition-delay: 1.5s;margin: 60px auto 0;position: relative;clear: both;}
.box4 > .hd{max-width: 800px;height: 30px;display: block;overflow: hidden;}
.box4 > .hd ul{height:34px; position:absolute; top:0px; right:0px; z-index:2;}
.box4 > .hd ul li{height:34px;float:left;margin-left:19px;}
.box4 > .hd ul li a{height:34px;line-height:34px;font-size: 18px;background:#dedede;text-align:center;border-radius:50px;padding:0 15px;box-sizing:border-box;cursor:pointer;display: inline-block;}
.box4 > .hd ul li.ot a{background:#067526; color:#FFFFFF;}

.box4 .newBox{width:1200px; height:360px; display:block; margin:60px auto 0;zoom:1; position:relative;overflow: hidden;}

/********** 图片新闻 开始 **********/
.tpxw{width:586px;height:360px;display: block;overflow:hidden; position:relative;float: left;background:#F5F5F5;}
.tpxw .hd{height:11px; overflow:hidden; position:absolute;right:0px; bottom:15px; z-index:99; }
.tpxw .hd ul{overflow:hidden;zoom:1;float:left;}
.tpxw .hd ul li{float:left;margin-right:11px;width:11px;height:11px;text-align:center;cursor:pointer;border-radius: 100px;background: #FFFFFF;}
.tpxw .hd ul li.on{ background: #067526;}
.tpxw .bd{width: 586px;height: 360px;display: block;overflow: hidden;}
.tpxw .bd ul{width: 586px;height: 360px;display: block;overflow: hidden;}
.tpxw .bd ul li{width: 586px;height: 360px;display: block;overflow: hidden;position:relative;zoom:1;float: left;}
.tpxw .bd ul li .pic{width: 586px;height: 360px;display: block;overflow: hidden;}
.tpxw .bd ul li .pic img{width:586px; height:360px; display:block;}
.tpxw .bd ul li .title{width:586px;height: 40px;color: #fff;line-height:40px;background: url(../images/2020_icon21.png);position: absolute;bottom: -1px;left: 0px;font-size: 14px;padding-left: 15px;padding-right: 150px;box-sizing: border-box;display: block;text-align: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/********** 新闻动态 开始 **********/
.xwdt{width: 570px;height: 361px;display: block;overflow: hidden;float: right;border-top: solid 1px #e9e9e9;}
.xwdt li{width: 570px;height: 118px;display: block;overflow: hidden;border-bottom: solid 1px #e9e9e9;}
.xwdt li a{width: 570px;height: 118px;display: block;overflow: hidden;padding: 20px 10px;box-sizing: border-box;}
.xwdt li a .xwdt_date{width: 90px;height: 79px;display: block;float: left;text-align: center;}
.xwdt li a .xwdt_dateY{height: 45px;line-height: 55px;font-size: 28px;display: block;}
.xwdt li a .xwdt_dateMd{height: 30px;line-height: 30px;color: #a8a8a8;display: block;font-size: 18px;}
.xwdt li a .xwdt_title{width: 440px;height: 30px;line-height: 30px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;float: right;font-size: 16px;cursor: pointer;}
.xwdt li a .xwdt_txt{width: 440px;height: 40px;line-height: 20px;color: #aaaaaa;display: block;overflow: hidden;float: right;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;margin-top: 5px;}

/********** 视频展示 开始 **********/
.spzs{width: 586px;height: 360px;line-height: 360px;overflow: hidden;position: relative;float: left;display: block;background: #F5F5F5;text-align: center;}
.spzs img{max-width: 586px;max-height: 360px;vertical-align: middle;}

/********** 底部 开始 **********/
.foot{width: 100%;min-width: 1200px;display:block;margin: 50px auto 0;background: #efefef;position: relative;bottom: 0;}
.foot_link{width: 700px;height: 40px;display: inline-block;float: left;margin-top: 10px;}
.foot_link li{height: 40px;display: inline-block;float: left;line-height: 40px;font-size: 14px;}
.foot_link li a{line-height: 40px;display: inline-block;padding: 0 5px;cursor: pointer;}

.foot_txt{width: 835px;height: 85px;display: inline-block;float: left;margin-top: 10px;}
.foot_logo{width: 215px;height: 80px;display: block;float: left;margin-top: 5px;}
.foot_kjdh{width: 370px;height: 85px;display: block;float: left;margin-left: 40px;}
.foot_kjdh span{height: 30px;line-height: 30px;font-size: 14px;font-weight: bold;display: block;}
.foot_kjdh ul{width: 25%;height: 55px;display: block;float: left;}
.foot_kjdh ul:nth-child(2){width: 15%;}

.footlink{width: 206px;height: 85px;float: left;}
.footlink > span{height: 30px;line-height: 30px;font-size: 14px;font-weight: bold;display: block;}
.footlink ul{width:206px;height:30px;float: right;margin-top: 5px;}
.footlink ul li{width:206px;height:30px;position:relative;display:block;background:#FFFFFF;}
.footlink ul li span {width:206px;height:30px;line-height:30px;padding: 0 10px;box-sizing: border-box;display: block;cursor: pointer;background:url(../images/2020_icon20.png) 180px 13px no-repeat;}
.footlink ul li .sub{display:none;left:0px;top:-90px;position:absolute;width:206px;height:90px;overflow-y:scroll;overflow-x:hidden;box-sizing:border-box;background:#FFFFFF;}
.footlink ul li .sub a{display: block;border-bottom: 1px dashed #e2e2e2;width:206px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:black;height: 30px;line-height: 30px;padding-right:30px;padding-left: 10px;box-sizing:border-box;}
.footlink ul li .sub a:hover{color: #0168B7;}
.footlink ul li:hover .sub{display: block;}

.foot_img{width: 120px;min-height: 145px;display: block;float: left;margin-left: 20px;margin-top: 20px;text-align: center;font-size: 14px;}
.foot_img img{width: 95px;height: 95px;display: block;clear: both;margin: 0px 10px}
.foot_img span{height: 50px;line-height: 50px;display: block;}

.foot p{width: 100%;min-width: 1200px;border-top: solid 1px #e8e8e8; line-height: 24px;padding:10px 0; text-align: center;margin: 0 auto;font-size: 14px;background: #efefef;}

/*PC综合页开始*/
.main2{width: 1200px;margin: 0 auto;position: relative;height: 100%;}

/*综合首页*/
.cp_zh_sy{background: url(../images/chanpin_bg.jpg) no-repeat top center; height: 886px;}
.cp_zh_sy .cp_li{width: 300px;height: 886px;border-left: 1px solid rgba(255,255,255,0.2);float: left;text-align: center;color: #fff;position: relative;}
.cp_zh_sy .cp_li:nth-child(4){border-right: 1px solid rgba(255,255,255,0.2);}
.cp_zh_sy .cp_li p{line-height: 21px;margin-bottom: 5px;color: #fff;font-size: 20px;}
.cp_zh_sy .cp_li span{line-height: 21px;color: #fff;font-size: 14px;opacity: 0.6;}
.cp_zh_sy .cp_li img{display: inline-block;vertical-align: middle;margin-top: 380px;margin-bottom: 18px;}
.cp_zh_sy .cp_li .cp_li2{width: 300px;height: 0;background: #fff;position: absolute;top: 443px;left: 0;z-index: 999;overflow: hidden;transition: all 1s;}
.cp_zh_sy .cp_li .cp_txt{width: 300px;height: 886px;background: #fff;position: relative;top: 0;left: 0;z-index: 999;overflow: hidden;transition: all 1s;}
.cp_zh_sy .cp_li .cp_txt h2{color: #0d872d;font-size: 26px;}
.cp_zh_sy .cp_li .cp_txt span{color: #adadad;font-size: 18px;margin-bottom: 30px;display: block;}
.cp_zh_sy .cp_li .cp_txt p{color: #333;font-size: 15px;line-height: 26px;width: 260px;margin: auto;text-align: left;-webkit-line-clamp:4;display: -webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;white-space:initial;}
.cp_zh_sy .cp_li .cp_txt img.icon {display: inline-block;vertical-align: middle;margin-top: 140px;}
.cp_zh_sy .cp_li .cp_txt img.ckgd {display: inline-block;vertical-align: middle;margin-top: 48px;}
.cp_zh_sy .cp_li .cp_txt img.cp_banner {position: absolute;bottom: 100px;left: 9.5px;margin-top: 0;margin-bottom: 0;}
.cp_zh_sy .cp_li:hover .cp_li2{height: 886px;top: 0px;}
@media (max-width: 1280px){
	.cp_zh_sy .cp_li .cp_txt img.icon {
	    margin-top: 30px;
	}
	.cp_zh_sy .cp_li .cp_txt img.cp_banner{
		    bottom: 300px;
	}
	.cp_zh_sy .cp_li .cp_txt img.ckgd{
		margin-top: 20px;
	}
}

/*口腔护理*/
.oc_banner{background: url(../images/oralcare_banner.jpg) no-repeat top center; height: 919px;}
.oc_toothpaste{background: url(../images/oralcare_bg.jpg) no-repeat top center; height: 800px;}
.oc_toothpaste2{background: url(../images/oralcare_bg2.jpg) no-repeat top center; height: 653px;}
.oc_toothbrush{background: url(../images/oralcare_bg3.jpg) no-repeat top center; height: 666px;}
.oc_mouthwash{background: url(../images/oralcare_bg4.jpg) no-repeat top center; height: 737px;}
.ckgd_a{width: 150px;height: 50px;border-radius: 15px 0 15px 0;background: #92b575;color: #fff;display: block;font-size: 18px;line-height: 50px;text-align: center;transition: all 0.3s;}
.ckgd_a:hover{color: #fff;background: #aac891;border-radius: 0 15px 0 15px;}
.oc_toothpaste .ckgd_a{position: absolute;bottom: 116px;right: 370px;}
.oc_toothpaste2 .ckgd_a{position: absolute;bottom: 110px;left: 130px;}
.oc_toothbrush .ckgd_a{position: absolute;bottom: 106px;right: 370px;}
.oc_mouthwash .ckgd_a{position: absolute;bottom: 202px;left: 140px;}

/*个人家居*/
.home_banner{background: url(../images/home_banner.jpg) no-repeat top center; height: 800px;}
.home_clean{background: url(../images/home_bg.jpg) no-repeat top center; height: 694px;}
.home_nursing{background: url(../images/home_bg2.jpg) no-repeat top center; height: 784px;}
.home_wash{background: url(../images/home_bg3.jpg) no-repeat top center; height: 648px;}
.ckgd_a2{width: 190px;height: 52px;border-radius: 52px;background: linear-gradient(to bottom right, #fea966 0%,#fd7102 100%);color: #fff;display: block;font-size: 18px;line-height: 52px;text-align: center;}
.ckgd_a2:hover {color: #fff;}
.ckgd_a2:hover span{width: 30px;}
.home_clean .ckgd_a2{position: absolute;bottom: 185px;right: 348px;}
.home_nursing .ckgd_a2{position: absolute;bottom: 56px;right: 346px;}
.home_wash .ckgd_a2{position: absolute;bottom: 218px;left: 182px;}
.ckgd_a2 img{width: 30px;height:24px;display: inline-block;vertical-align: middle;transition: width 0.4s;-webkit-transition: width 0.4s;}
.ckgd_a2 span{width: 0;height:24px;display: inline-block;vertical-align: middle;transition: width 0.4s;-webkit-transition: width 0.4s;overflow: hidden;}

/*酒店用品*/
.hotel_banner{background: url(../images/hotel_banner.jpg) no-repeat top center; height: 720px;}
.hotel_toothpaste{background: url(../images/hotel_bg.jpg) no-repeat top center; height: 475px;}
.hotel_wap{background: url(../images/hotel_bg2.jpg) no-repeat top center; height: 474px;}
.hotel_suit{background: url(../images/hotel_bg3.jpg) no-repeat top center; height: 546px;}
.ckgd_a3{width: 160px;height: 40px;background: #2c9148;color: #fff;display: block;font-size: 18px;line-height: 40px;text-align: center;transition: all 0.3s;}
.ckgd_a3:hover {color: #fff;background: #3abc5e;}
.hotel_toothpaste .ckgd_a3{position: absolute;bottom: 53px;right: 425px;}
.hotel_wap .ckgd_a3{position: absolute;bottom: 62px;left: 352px;}
.hotel_suit .ckgd_a3{position: absolute;bottom: 143px;right: 427px;}
.ckgd_a3:hover img{transform: scaleY(-1);}
.ckgd_a3 img{width: 20px;height: 20px;display: inline-block;vertical-align: middle;transition: width 0.4s;-webkit-transition: all 0.4s;}
.ckgd_a3 span{width: 30px;height: 22px;display: inline-block;vertical-align: middle;transition: width 0.4s;-webkit-transition: all 0.4s;overflow: hidden;padding-left: 10px;}

/*医药用品*/
.medical_banner{background: url(../images/medical_banner.jpg) no-repeat top center; height: 696px;}
.medical_capsule{background: url(../images/medical_bg.jpg) no-repeat top center; height: 849px;}
.medical_grain{background: url(../images/medical_bg2.jpg) no-repeat top center; height: 647px;}
.medical_tablet{background: url(../images/medical_bg3.jpg) no-repeat top center; height: 643px;}
.medical_apis{background: url(../images/medical_bg4.jpg) no-repeat top center; height: 723px;}
.ckgd_a4{width: 200px;height: 58px;background: #e26235;color: #fff;display: block;font-size: 34px;line-height: 58px;text-align: center;transition: all 0.2s;border-radius: 58px;}
.ckgd_a4:hover{color: #fff;box-shadow: 0px 4px 0px 0px rgb(127, 58, 34);background: #f37549;margin-bottom: 4px;}
.medical_capsule .ckgd_a4{position: absolute;bottom: 143px;left: 205px;}
.medical_grain .ckgd_a4{position: absolute;bottom: 165px;right: 154px;}
.medical_tablet .ckgd_a4{position: absolute;bottom: 154px;left: 220px;}
.medical_apis .ckgd_a4{position: absolute;bottom: 220px;right: 216px;}

/*产品详情*/
.main3{width: 100%;margin: 0 auto;position: absolute;height: 40px;top: 20%;left: 0;right: 0;bottom: 0;}
.cp_xq{position: relative;}
.cp_xq img {width:100%;display:block;}
.cp_xq_a{display: block;width: 160px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #0d872d;border-radius: 20px;color: #0d872d;font-size: 14px;float: left;margin-right: 22px;}
.cp_xq_a img{display: inline-block;vertical-align: middle;margin-right: 10px;width: auto;}
.cp_xq_a2{display: block;width: 160px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #6d3a18;border-radius: 20px;color: #6d3a18;font-size: 14px;float: left;margin-right: 22px;}
.cp_xq_a2 img{display: inline-block;vertical-align: middle;margin-right: 10px;}
.main3 div{position: absolute;left: 51%;}


/*企业文化*/
.introduce{background: url(../images/about_bg1.jpg) no-repeat top center; height: 435px;}
.message{background: url(../images/about_bg2.jpg) no-repeat top center; height: 691px;}
.history{background: url(../images/about_bg3.jpg) no-repeat top center; height: 660px;position: relative;}
.culture{background: url(../images/about_bg4.jpg) no-repeat top center; height: 492px;}

.introduce_text{float: left;width: 650px;margin-top: 60px;}
.introduce_text img{margin: auto;display: block;margin-bottom: 30px;}
.introduce_img{width: 520px;float: right;margin-top: 60px;}
.introduce_img img{width: 100%;display: block;}
.introduce_text p{color: #333;line-height: 30px;margin: 0;font-size: 14px;}
.introduce_btn{width: 100px;height: 38px;background: #0d872d;border-radius: 14px;display: block;line-height: 38px;text-align: center;color: #fff;font-size: 14px;margin: auto;margin-top: 30px;}
.introduce_btn:hover{color: #fff;}

.message_text{float: right;width: 580px;}
.message_text img{display: block;margin-top: 30px;float: right;margin-right: 40px;}
.message_img{width: 576px;float: left;}
.message_img img{width: 100%;display: block;}
.message_text p{color: #333;line-height: 30px;margin: 0;font-size: 14px;}
.message_img p{color: #333;line-height: 24px;margin: 0;font-size: 16px;margin: 15px 0;width: 100%;text-align: center;}

.culture_text{float: left;width: 666px;}
.culture_text img{margin: auto;display: block;margin-bottom: 30px;}
.culture_img{width: 520px;float: right;margin-top: 60px;}
.culture_img img{width: 100%;display: block;}
.culture_text p{color: #333;line-height: 30px;margin: 0;font-size: 14px;}
.culture_btn{width: 100px;height: 38px;background: #0d872d;border-radius: 14px;display: block;line-height: 38px;text-align: center;color: #fff;font-size: 14px;margin: auto;margin-top: 20px;}
.culture_btn:hover{color: #fff;}


/*大事件*/
.history .swiper-slide{width: 370px;height: 278px;background: url(../images/history_bg.png) no-repeat bottom center;position: relative;}
.history .swiper-slide:nth-child(2n){background: url(../images/history_bg2.png) no-repeat top center;}
.history .swiper-button-next, .history .swiper-button-prev{top: 261px !important;width: 30px;height: 30px;}
.history .swiper-slide:nth-child(2n){background: url(../images/history_bg2.png) no-repeat top center;}
.swiper-button-next img, .swiper-button-prev img{width: 100%;display: block;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {display: none;}
.history .swiper-slide span{font-size: 24px;left: 0;font-weight: bold;top: 95px;color: #fff;position: absolute;}
.history .swiper-slide p{font-size: 16px;line-height: 24px;width: 310px;color: #fff;position: absolute;left: 45px;top: 153px;margin-bottom: 0;-webkit-line-clamp:5;display: -webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;white-space:initial;background:rgba(255,255,255,0);transition: all 0.3s;padding:5px 10px;border-radius: 5px;}
.history .swiper-slide:nth-child(2n) span{bottom: 95px;top: auto;}
.history .swiper-slide:nth-child(2n) p{bottom: 158px;top: auto;}
.culture_btn2{width: 100px;height: 38px;background: rgba(255,255,255,0.3);border-radius: 14px;display: block;line-height: 38px;text-align: center;color: #fff;font-size: 14px;margin: auto;margin-top: 30px;border: 1px solid rgba(255,255,255,0.5);transition: all 0.3s;}
.culture_btn2:hover{color: #fff;}
.history_p2{position: fixed;top:28%;left: 42%;width: 300px;background: #fafafa;color: #333;font-size: 16px;padding: 10px;z-index: 999;display: none;border-radius: 5px;box-shadow: 0 3px 6px 0 rgba(0,0,0,0.6);}
.history:after{
	display: block;
  content: "";
	width: 100%;
	height: 1px !important;
	background: #fff;
	position: absolute;
	top: 185px;
	left: 0;
  overflow: hidden;
  z-index: 1;
}
.course{
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.course .hd{
	width: 1000px;
	height: 120px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.courseLine1{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 1;
	background: #62db92;
}
.courseLine2{
	display: block;
	width: 20%;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 185px;
	z-index: 2;
	background: #62db92;
}
.course_ul{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.course_ul li{
	width: 165px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
  z-index: 2;
}
.course_ul li span{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color:#fff;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li.on span{
	font-size: 24px;
	font-weight: bold;
	color:#ffeb3b;
}
.course_ul li p{
	display: block;
	width: 14px;
	position: relative;
	margin: 10px auto;
	padding: 15px 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li p span{
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li p i{
	width: 24px;
	height: 24px;
	background: rgba(87, 194, 130, 0.5);
	overflow: hidden;
	border: 1px solid #57c282;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: -5px;
	top: 10px;
	/*margin: -13px 0px 0px -13px;*/
	z-index: 2;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li p em{
	width: 38px;
	height: 38px;
	background: rgba(87, 194, 130, 0.3);
	overflow: hidden;
	border: 1px solid #57c282;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: -12px;
	top: 2px;
	/*margin: -20px 0px 0px -20px;*/
	z-index: 1;
	-webkit-transition: all 0.55s linear;
	-o-transition: all 0.55s linear;
	transition: all 0.55s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li.on p{
	transform: scale(1.1);
}
.course_ul li.on p i{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p em{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p span{
	background: #62db92;
  /*border: 1px solid #fff*/
}
.courseLine{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0px;
	top: 322px;
	z-index: 2;
}
.courseLine i{
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #57c282;
	position: absolute;
	left: 0px;
	top: 0px;
}
.course .bd{
	/*height: 290px;*/
	/*overflow: hidden;*/
	position: relative;
}
.course_dl{
	overflow: hidden;
}
.course_dl dd{
	overflow: hidden;
	border-radius: 2px;
}
.courseCont{
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.courseL{
	width: 460px;
	overflow: hidden;
	margin-right: 30px;
	float: left;
	height: 230px;
}
.courseL a{
	display: block;
	overflow: hidden;
}
.courseL a img{
	width: 100%;
	display: block;	
	margin-top: -20px;
}
.courseR{
	overflow: hidden;
}
.courseYear{
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#666;
}
.courseYear i{
	font-size: 30px;
	color:#57c282;
	overflow: hidden;
	padding-right: 10px;
}
.courseDeta{
	overflow: hidden;
	height: 175px;
}
.courseCont_ul{
	padding-right: 25px;
	overflow: hidden;
}
.courseCont_ul li{
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 28px;
	padding-bottom: 10px;
}
.aboutRow2 .wrap{
	position: relative;
	z-index: 3;
}
.aboutRow2Bg{
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.scroll{
	width: 535px;
	height: 175px;
	float: left;
}	
.courseDeta .scroll_container {
	position: relative;
}
.courseDeta .scroll_absolute {
    position: absolute;
}
.courseDeta .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 2px;
    height: 100%;
    background: #cecece;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.courseDeta:hover .scroll_vertical_bar{
	opacity: 1;
}
.courseDeta .scroll_track {
	position: relative;
	background-color: #cecece;
}
.courseDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -2px;
	width: 6px;
	cursor: pointer;
	background-color: #57c282;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}
.container1 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}
.courseBt{
	position: absolute;
	right: 30px;
	top: 30px;
	overflow: hidden;
}
.courseBt .bt1{
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course .bt2{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: -94px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}
.bt2.prev{
	left: -40px;
	background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.prev:hover{
	background: #57c282 url(../images/btPrev_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next{
	right: -40px;
	background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next:hover{
	background: #57c282 url(../images/btNext_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bdCont{
	width: 1000px;
	margin: 0px auto;
	padding-top: 16px;
	position: relative;
}
.bdEm{
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 1px;
	background: url(../images/courseTrangle.png) no-repeat center center;
}
.MsoNormal{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.bg_yy{
	width: 1000px;
	height: 290px;
	position: absolute;
	top: 259px;
	left: 100px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.bdCont .tempWrap{
	border-radius: 2px;
}
.courseL_tc_bg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
	display: none;
}
.courseL_tc{
	display: block;
	position: fixed;
	height: 0;
	max-width: 500px;
	top: 18%;
	left: 36%;
	z-index: 99999;
	transition: height 0.4s;
	overflow: hidden;
}
.courseL_tc img{
	width: 100%;
	display: block;
}



/*创新科技*/
.introduce_c{background: url(../images/introduce_bg1.jpg) no-repeat top center; height: 471px;}
.introduce_c2{background: url(../images/introduce_bg2.jpg) no-repeat top center; height: 384px;}
.introduce_c3{background: url(../images/introduce_bg3.jpg) no-repeat top center; height: 492px;}
.introduce_c4{background: url(../images/introduce_bg4.jpg) no-repeat top center; height: 430px;}
.introduce_c5{background: url(../images/introduce_bg5.jpg) no-repeat top center; height: 596px;}
.introduce_c3 .introduce_img{float: left;}
.introduce_c3 .introduce_text{float: right;}
.introduce_c .introduce_text, .introduce_c3 .introduce_text, .introduce_c4 .introduce_text{width: 550px;}
.introduce_c .introduce_img, .introduce_c3 .introduce_img, .introduce_c4 .introduce_img{width: 600px;}
.introduce_btn2{width: 135px;height: 38px;background: #0d872d;border-radius: 38px;display: block;line-height: 38px;text-align: center;color: #fff;font-size: 16px;margin: auto;margin-top: 30px;}
.introduce_btn2:hover{color: #fff;}
.introduce_c5 .introduce_c5_img{width: 282px;height: 330px;overflow: hidden;margin: auto;}
.introduce_c5_img img{width: 100%;display: block;}
.introduce_c5 p{width: 282px;overflow: hidden;margin:15px auto;white-space: nowrap;text-overflow: ellipsis;text-align: center;font-size: 16px;color: #333;padding:0 22px;}
.introduce_c5 .swiper-button-next, .introduce_c5 .swiper-button-prev{width: 44px;height: 44px;top: 280px;}
.introduce_c5 .swiper-button-next{right: -55px;}
.introduce_c5 .swiper-button-prev{left: -55px;}
.introduce_c2 ul{padding-top: 96px;display: inline-block;}
.introduce_c2 ul li{float: left;margin: 0 105px 0 33px;cursor: pointer;}
.introduce_c2 ul li:last-child{margin: 0 0 0 33px;}
.introduce_c2 ul li p{text-align: center;font-size: 18px;color: #333;line-height: 56px;}
.introduce_c2 ul li a{width: 175px;height: 175px;overflow: hidden;border-radius: 50%;background: #fff;display: block;}
.introduce_c2 ul li img{display: block;height: 100%;margin-left: -15%;}
.introduce_tc_bg{width: 100%;height: 100%;overflow: hidden;position: fixed;top: 0;left: 0;z-index: 9999;background: rgba(0,0,0,0.7);display: none;}
.introduce_tc{position: fixed;top: 14%;left: 36%;z-index: 0;background: #fff;width: 500px;transition: all 0.6s;height: auto;opacity: 0;}
.introduce_tc img{display: block;width: 96%;margin: 2%;}
.introduce_tc p{color: #333;font-size: 16px;margin-bottom: 0;padding: 2% 8% 6%;line-height: 30px;letter-spacing: 0;}


/*青春风采*/
.qcfc_text{position: relative;background: #eaf5ed;padding: 35px 55px;font-size: 16px;line-height: 30px;text-indent: 2em;margin-bottom: 40px;}
.qcfc_text img{position: absolute;}
.qcfc_img{width: 375px;height: 250px;overflow: hidden;}
.qcfc_img img{width: 100%;display: block;}
.qcfc_img_list{margin-bottom: 30px;}
.qcfc_img_list p{margin-bottom: 0;height: 48px;line-height: 48px;color: #333;text-align: center;width: 100%;font-size: 16px;}
.qcfc_img_list .swiper-button-next, .qcfc_img_list .swiper-button-prev{width: 44px;height: 44px;}
.qcfc_img_list .swiper-button-prev, .qcfc_img_list .swiper-container-rtl .swiper-button-next{left: -70px;right: auto;}
.qcfc_img_list .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: -70px;left: auto;}

/*PC综合页结束*/
}

/****************************手机端样式开始***************************/
/*手机端css(小于768的屏幕使用一下css)*/
@media (max-width: 768px) {

    .PC-SHOW {
        display: none !important;
    }

    .WX-SHOW {
        display: block !important;
    }


    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }
    *{margin:0; padding:0;}
body{ font-family:"微软雅黑"; font-size:14px;letter-spacing: 0; color:#333; margin:0px; padding:0px;background:#fff;}
a{ color:#333; text-decoration:none;}
a:hover{color:#3d8ddc;}
ul,li{list-style:none;margin:0px;padding:0px;display: block;}
img{border:0px; display: block;}



.phone{
	width: 100%;
	height: 100%;
	max-width: 768px;
	margin: auto;
	position: relative;
}

/*主体700xp*/
.main{	
	width: 93.3333% !important;
	margin: auto;
	position: relative;
}

/*首页开始*/
/*顶部*/
#head{
	line-height: initial;
}
.head{
	position: relative;
	padding: 0.3rem 0;
	width: 100%;
	height: auto;
	display: -webkit-box;
	line-height: initial;
	z-index: 2;
}
.head .logo{
	max-width: 300px;
	width: 43.8%;
	float: left;
}
.head .logo img{
	width: 100%;
}
.head .nav{
	max-width: 37px;
	width: 6%;
	float: right;
}
.head .nav img{
	width: 100%;
}

/*banner*/
.banner{
	width: 100%;
	position: relative;
	z-index: 1;
    overflow:hidden;
}
.banner img{
	width: 100%;
    /*width: 150%;
    margin-left: -25%;*/
}

/*导航*/
.nav2{
	margin-top: 8%;
}
.nav2 li{
	width: 47%;
	float: left;
	margin-right: 6%;
	margin-bottom: 6%
}
.nav2 li:nth-child(3){	
	margin-bottom: 3%
}
.nav2 li:nth-child(4){	
	margin-bottom: 3%
}
.nav2 li:nth-child(2n){	
	margin-right: 0;
}
.nav2 li img{
	width: 100%;
}

/*产品*/
.product{	
	width: 100%;
	position: relative;
}
.product img{
	width: 100%;
}
.mui-segmented-control .mui-control-item {
	font-size: 24px;
    line-height: 50px !important;
    display: inline-block !important;
    overflow: hidden;
    width: 22.8% !important;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    float: left;
    margin-right: 2.93%;
    border-color: initial;
    border-left:none;
    border-radius: 25px;
    background: #dedede;
}
.mui-scroll-wrapper, .mui-scroll{
	position: relative !important;
	height: auto !important;
	display: inline-block;
	line-height: initial;
	font-size: 14px;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #fff;
    border-bottom: none;
    background: #067526;
    border-radius: 25px;
}
.mui-segmented-control .mui-control-item:last-child{	
    margin-right: 0;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
    border-top:none !important;
    border-bottom:none !important;
}
.mui-content{
	background-color:initial !important;
	margin-top: 0.226rem;
}
.product_btn{
	font-size: 20px;
	padding: 12px 25px;
	text-align: center;
	color: #5f5f5f;
	border: 1px solid #6a6a6a;
    margin-top: 35px;
	margin-left: 39.5%;
    margin-bottom: 35px;
    display: inline-block;
}
.product_btn:hover{	
	color: #5f5f5f;
}
.honor img{
	width: 100%;
}

.mui-table-view-cell {
    position: relative;
    overflow: hidden;
    padding: 0 0 !important;
    /*height: 430px;*/
    -webkit-touch-callout: none;
}
.mui-slider .mui-slider-group {
    font-size: 0;
    position: relative !important;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    white-space: nowrap;
    height: auto;
}
.product_img li{
	width: 50%;
	height: auto;
	display: inline-block;
	float: left;
	margin-top: 0.14rem;
	text-align: center;
	font-size: 0.13rem;
}
.product_t li {
    padding:0 5% !important;        
}

.product_img li a{
	margin: 0 0 !important;
}
.mui-table-view-cell:after {
	background-color: initial !important;		
}
.product_img li img{	
    margin: auto;
    width: 100%;
}
.product_img li a p{
	font-size: 28px;
	padding: 8px 5px 0px 5px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.product_img li a span{
	font-size: 14px;
	color: #888888;
	line-height: 35px;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_i {
    width:100%;
    height:350px;
    overflow:hidden;
}
.product_t {
    margin-top:4%;
}

/*广告*/
.add{
	margin-top: 6%;
}
.add li{
	position: relative;
	width: 47%;
	float: left;
	margin-bottom: 6%;
}
.add li:nth-child(2n){
	position: relative;
	width: 47%;
	float: right;	
}
.add li img{
	width: 100%;
}
.add li:nth-child(2n){
	margin-right: 0;
}
.add li p{
	position: absolute;
	top: 42%;
    left: 26%;
	width: 48.48%;
	text-align: center;
	line-height: 44px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 22px;
	background: rgba(0,0,0,0.3);
}


/*新闻*/
.news img{
	width: 100%;
}
.news_li #sliderSegmentedControl{
	margin-bottom: 4%;
}
.news_li li{
	width: 100%;
	height: auto;
	margin-top: 1.6%;
	display: inline-block;	
	border-bottom: 1px solid #e9e9e9;
}
.news_li li a{
	margin: 0 0 !important;
	white-space: initial !important;
    text-overflow: initial !important;
}
.news_li li .title{
	width: 100%;
	font-size: 28px;
	color: #2e1f22;
	line-height: initial;
	overflow: hidden;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}
.news_li li .content{
	width: 100%;
	font-size: 22px;
	color: #7c7c7c;
	height: 34px;
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 3.5%;
    -webkit-line-clamp:2;
    display: -webkit-box; 
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
}
.time{
	font-size: 18px;
	color: #a8a8a8;
	margin: 1.5% 0;
	display: inline-block;
}



.foot{
	width: 100%;
	height: 113px;
	background: #5d5d5d;	
}
.foot p{
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.foot p:nth-child(1){
	padding-top: 20px;
}
#foot{
	width: 100%;
	max-width: 768px;
	margin: auto;
	position: relative;
}
#head{
	width: 100%;
	max-width: 768px;
	margin: auto;
	position: relative;
}
/*首页结束*/

/*右侧导航*/
.bg{
	width: 100%;
	height: 100%;
	max-width: 768px;
	display: inline-block;
	z-index: 4;
	margin: auto;
	position: fixed;
	background: rgba(0,0,0,0.47);
	display: none;
	top: 0;
}
.nav_right{
	width: 38%;
	max-width: 456px;
    height: 100%;
    right: 0;
    position: fixed;
    margin-right: 0;
    display: inline-block;
    background: #fff;
	margin-right: -38%;
    z-index: 5;
    transition: all 0.5s;
    top: 0;
}
.close{
	width: 11.23%;
	float: left;
	margin-left: 0.3rem;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	cursor: pointer;
}
.close img{
	width: 100%;
}
.nav_li li{
	font-size: 30px;
	width: 100%;
	height: auto;
	margin: 10.53% 0;
	display: inline-block;
	line-height: initial;
	text-align: center;
}
.nav_li .current a{
	font-weight: bold;
	color: #0e872e;
}
.nav_li .current a:hover{
	color: #0e872e;
}
.nav_li li a:hover {
    color: #333333;
}
/*右侧导航结束*/


/*新闻页*/
.news_title{
	width: 100%;
	height: auto;
	display: inline-block;
	background: #f6f6f6;
	text-align: center;
}
.news_title p{
	font-size: 34px;
	font-weight: bold;
	line-height: initial;	
    display: inline-block;
	margin-top: 5%;
	color: #333;
	margin-bottom: 0;
}
.news_title .news_time{
	font-size: 26px;
	line-height: initial;
	color: #6a6a6a;
	margin-top: 3%;
	margin-bottom: 4%;
}	
.news_title .news_time span:nth-child(1){
	margin-right: 4%;
}
.news_text{
	padding: 4% 0 8% 0;
}

.news_text p{
	color: #333333;
	margin-bottom: 0;
	text-indent: 2.1em;
	font-size: 22px;
	line-height: 38px;
}
    .news_text p img {
     width:100%;
     height:auto;
    }

/*产品列表开始*/
.product_hr {
    width: 23.5% !important;
    height: 2px !important;
    background: initial !important;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
}
.product_hr hr {
    width: 40% !important;
    background: #067526 !important;
    height: 2px !important;
    border: none;
    margin: auto;
}
.product_li.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #067526;
    border-bottom: none;
    background: initial;
    border-radius: 25px;
}
.product_li .mui-control-item {
	margin-right: 0;
    background: initial;
    margin-left: 1.1%;
    margin-right: 1.1%;
}
.product_li{
	position: absolute !important;
    height: 40px !important;
	padding: 0 3.3333% !important;
}
.product_li .mui-scroll{
	position: relative !important;
    height: 40px !important;
}
.product_li{
	font-size: 14px;
	background: #f7f7f7;
	padding: 2% 3.3333%;
	position: relative;
	overflow: initial;
}
.products{
	padding: 1.8% 0;
}

.culture .mui-control-item {
    float: initial;
    width: auto !important;
    padding: 0 0.37rem !important;
    margin-left: 0;
    margin-right: 0;
    margin: 0 5px;
}
.culture .mui-control-item:nth-child(1){				
	margin: 0 5px 0 0;
}
.culture{
	display: block;
}
.culture {
    padding: 0 3.3333%;
}
.product_li .mui-control-item{
	margin: 0;
	width: auto !important;
	float: initial;
	padding: 8px 20px !important;
}
.product_li a{
	width: auto;
	margin: 0 3%;
}
.product_li a.active{
	color: #067526;
}
.product_img .w_main {
    margin: 0 3.3333%;
	padding-top: 40px;
}
.product_img .w_main ul{
	height: auto;
    display: inline-block;
}
.product_hr{    
	width: 20% !important;
}
/*产品列表结束*/


/*公司简介开始*/
.company_hr {
    width: 38% !important;
    height: 2px !important;
    background: initial !important;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
}
.company_hr hr {
    width: 28% !important;
    background: #067526 !important;
    height: 2px !important;
    border: none;
    margin: auto;
}
.company_li.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #067526;
    border-bottom: none;
    background: initial;
    border-radius: 25px;
}
.company_li .mui-control-item {
    background: initial;
    width: 50% !important;    
    margin-right: 0 !important;
}
.company_li{
	background: #f7f7f7;
	padding: 2% 12%;
	position: relative;
}
.companys{
	padding: 1.8% 0;
	font-size: 14px !important;
    font-weight: 400;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border: none;
    border-radius: 3px;
    background-color: transparent;
}
.companys .mui-control-item.mui-active {
    color: #fff;
    background-color: #067526;
}
.company_p h2{
	font-size: 34px;
	text-align: center;
	line-height: initial;
	margin: 4% 0;
}
.company_p img{
	width: 100%;
	margin-bottom: 4%;
}

.company_p p{
	text-indent: 2.1em;
	color: #333;
	margin-bottom: 3%;
}
.inn .mui-control-item{
	padding: 8px 8px !important;
}
.ns .mui-control-item{
	padding: 8px 12px !important;
}
/*公司简介结束*/


/*产品列表开始*/
.mui-bar~.mui-content .mui-fullscreen {
	top: 44px;
	height: auto;
}
.mui-pull-top-tips {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 1;
}
.mui-bar~.mui-pull-top-tips {
	top: 24px;
}
.mui-pull-top-wrapper {
	width: 42px;
	height: 42px;
	display: block;
	text-align: center;
	background-color: #efeff4;
	border: 1px solid #ddd;
	border-radius: 25px;
	background-clip: padding-box;
	box-shadow: 0 4px 10px #bbb;
	overflow: hidden;
}
.mui-pull-top-tips.mui-transitioning {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.mui-pull-top-tips .mui-pull-loading {
	/*-webkit-backface-visibility: hidden;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;*/
	
	margin: 0;
}
.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
	margin-top: 7px;
}
.mui-pull-top-wrapper .mui-icon.mui-reverse {
	/*-webkit-transform: rotate(180deg) translateZ(0);*/
}
.mui-pull-bottom-tips {
	text-align: center;
	background-color: #efeff4;
	font-size: 15px;
	line-height: 40px;
	color: #777;
}
.mui-pull-top-canvas {
	overflow: hidden;
	background-color: #fafafa;
	border-radius: 40px;
	box-shadow: 0 4px 10px #bbb;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.mui-pull-top-canvas canvas {
	width: 40px;
}
.mui-slider-indicator.mui-segmented-control {
	/*background-color: #efeff4;*/
}
.news_list{
	position: relative;
}
.news_list .mui-segmented-control~.mui-slider-group{
	position: relative;
    top: initial;
    bottom: initial;
    width: 100%;
    height: auto;
}
.news_lists.mui-scroll-wrapper .mui-control-item{
	padding: 0;
}
.mui-slider-indicator.news_lists {
    background-color: initial;
}
.news_lists.mui-scroll-wrapper .mui-scroll {
    width: 100%;
    height: auto;
    white-space: nowrap;
}
.news_lists.mui-scroll-wrapper {
    height: auto;
    display: inline-block;
}
.mui-pull-bottom-tips {
    background-color: initial;
    font-size: 12px;
    line-height: initial;
    margin: 4% 0 4% 0;
    color: #b1b1b1;
}	
.news_lists .mui-pull-bottom-wrapper{
	height: auto;
	display: inline-block;
}	
.mui-table-view-cell>a:not(.mui-btn){
	margin:auto;
}
.mui-pull-bottom-tips span{				
    margin-right: 0;
}
.news_list li .content {
    width: 100%;
    font-size: 22px;
    color: #7c7c7c;
    padding:0;
    line-height: 28px;
    margin-bottom: 4.5%;
    -webkit-line-clamp:2;
    display: -webkit-box; 
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
}
.news_list li {
    width: 100%;
    height: auto;
    margin-top: 2.6%;
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
}
.news_list .time{
    font-size: 24px;
    color: #a8a8a8;
    margin: 1.5% 0;
    float:left;
    line-height: 21px;
    display: inline-block;
}
.news_list li .title {
    width: 100%;
    font-size: 28px;
    color: #2e1f22;
    line-height: 21px;
    padding:0;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
.news_list li a {
    margin-right: 0 !important;
}
.mui-table-view:before {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: initial;
    top: 0;
}
.mui-table-view:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: initial;
}
.news_list .mui-pull-bottom-pocket{
    position: relative;
    left: 0;
    display: block;
    visibility: initial;
    overflow: initial;
    width: 100%;
    height: auto;
    margin: 3% 0;
}
.news_list .mui-pull-top-pocket {
    position: absolute;
    left: 0;
    display: block;
    visibility: initial;
    overflow: initial;
    width: 100%;
    height: 50px;
    top:3%;
}
.news_list {
    background-color: initial !important;
    margin-top: 40px;
}
.mui-pull-bottom-pocket .mui-pull-loading {
	display: none;
    visibility: hidden;
}
.news_list .mui-pull {
    font-weight: initial;
    position: relative;
    text-align: center;
    bottom: 0;
    color: #b1b1b1;
}
.news_list .mui-pull-caption {
    font-size: 12px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    overflow: visible;
    margin-top: 0;
    vertical-align: middle;
}
.news2_li{
	height: auto;
	margin: 5% 0 1.5% 0;
}
.care .mui-control-item{
	padding: 8px 18px !important;
}
.home .mui-control-item{
	padding: 8px 15px !important;
}
/*产品列表结束*/


.product_img .mui-fullscreen{
	position: relative;
}


/*业务合作开始*/
.bus{
	text-align: center;
	display: block !important;
}
.bus a{
	float: initial !important;
}
.bus a:nth-child(2){
	margin-right: 0;
}
.bus2{
	width: 100% !important;
}
.bus2 .mui-control-item{
	width: 42% !important;
}
.domestic .mui-content{
	margin-top: 0;
}
.business{
	text-align: center;
}
.business .mui-control-item{
	float: initial;
}
.business_p p{
	text-indent: initial;
    color: #333;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0;    
    width: 68%;
    float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.business_p .mui-table-view-cell{
	margin: 5% 0;
}
.business_p .mui-table-view-cell a{	
	width: 100%;
	display: inline-block;
    line-height: initial;
}
.business_p .time {
    font-size: 12px;
    color: #a8a8a8;
    line-height: 22px;
    margin: 0;
    float: right;
    display: inline-block;
}
.business_p #pullDown{
	padding: 0;
}
.business_p #pullUp{
	padding: 0;
	margin-bottom: 4%;
}
.business_p .w_main{
	padding: 0 3.3333%;
}
.business_p .mui-fullscreen{
	position: relative !important;
}
.business_p .mui-fullscreen .mui-segmented-control~.mui-slider-group{
	position: relative !important;
    top: initial;
    bottom: initial;
    width: 100%;
    height: auto
}
/*业务合作结束*/


/*英文版开始*/
.about{
	position: relative;
	height: auto;
	display: inline-block;
	background: #f3f3f3;
	padding-bottom: 6%;
}
.about_img{	
	position: absolute;
	z-index: 1;
}
.about img{
	width: 100%;
}
.about_content{
	width: 100%;
	padding: 3%;
	position: relative;
	height: auto;
	display: inline-block;
	background: #fff;    
	margin-top: 18%;
	z-index: 2;
	border-radius: 8px;
	text-align: center;
}
.about_content p{
	font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    margin-top: 2%;
    color: #7e7e7e;
    font-family: arial;
    text-align: left;
    margin-bottom: 0;
}
.about_btn{
	font-size: 14px;
    font-family: arial;
	padding: 1.5% 6%;
	border: 1px solid #e6e6e6;
	margin: 5% 0;
	display: inline-block;
}
.about_content hr{
	border: none;
	height: 1px;
	width: 100%;
	background: #f2f2f2;
}
.about_content ul {
	height: auto;
	display: inline-block;
	margin-top: 6%;
	margin-bottom: 4%;
}
.about_content ul li{
	float: left;
    width: 33.3333%;
    text-align: center;
}
.about_content ul li img{
    width: 50%;   
    display: inline-block;
}
.about_content ul li p{
	width: 100%;
	color: #0d872d;
	font-size: 12px;
	text-align: center;
}
.cooperation{
	width: 100%;
}
.cooperation_img img{
	width: 100%;
}
.cooperation_content ul{	
	height: auto;
	display: inline-block;
}
.cooperation_content ul li img{	
	width: 100%;
}
.cooperation_content ul li{	
	width: 47%;
	margin-right: 6%;
	float: left;
	margin-bottom: 8%;
}
.cooperation_content ul li:nth-child(2){	
	margin-right: 0;
}
.cooperation_content p{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 2%;
}
.english .nav_right {
    width: 58%;
    margin-right: -58%;
}
.english .nav_li li {
    font-size: 30px;
    margin: 8.53% 0;
    text-align: left;
    float: left;
    margin-left: 14%;
}
.product_li a:hover{
	color: #333;
}
.product_li a hr{	
	border: none;
    height: 2px;
    background: #067526;
    opacity: 0;
    width: 44px;
    position: relative;
    bottom: -6px;
    margin: auto;
}
.mui-active hr{
	border: none;
    height: 2px;
    background: #067526;
    width: 44px;
    position: relative;
    bottom: -6px;
    margin: auto;
    opacity: 1 !important;
}
.product_li a.mui-active{
	position: relative;
	border-radius: 0 !important;
}

/*英文版结束*/


/*部分独立样式*/
@media screen and (min-width: 767px){
	.news_list .mui-pull-caption {
    	font-size: 18px;
    }
    .business_p .time{
    	font-size: 24px;
    	line-height: 37px;
    }
    .business_p p{    	
    	font-size: 28px;
    	line-height: 37px;
    }
	.company_p p{
		font-size: 22px;
		line-height: 40px;
	}
	#sliderProgressBar1{
		transform: translate3d(-10px, 0px, 0px) translateZ(0px);
	}
	#sliderProgressBar2{
		transform: translate3d(198px, 0px, 0px) translateZ(0px);
	}
	#sliderProgressBar3{
		transform: translate3d(450px, 0px, 0px) translateZ(0px);
	}
	#sliderProgressBar4{
		transform: translate3d(745px, 0px, 0px) translateZ(0px);
	}
	.news_li li .content{
		height: 58px;
	}
	.product_li{
		height: 66px !important;
	}
	.product_img .w_main{
		padding-top: 66px;
	}
	.product_li a hr{
		width: 88px;
	}
	.product_li .mui-control-item{
		padding: 8px 50px !important;
	}
	.inn .mui-control-item {
	    padding: 8px 35px !important;
	}
	.ns .mui-control-item{
		padding: 8px 40px !important;
	}
	.care .mui-control-item{
		padding: 8px 44px !important;
	}
	.home .mui-control-item{
		padding: 8px 42px !important;
	}
}
@media screen and (max-width: 767px){
	.english .nav_li li {
	    font-size: 14px !important;
	}
	.product_li .mui-control-item {
	    font-size: 14px;
	    line-height: 24px !important;
	}
	.company_li .mui-control-item {
	    font-size: 14px;
	    line-height: 24px !important;
	}
	.mui-segmented-control .mui-control-item  {
		font-size: 14px;
    	line-height: 24px !important;		
	}	
	.product_btn{		
		font-size: 14px;
		margin-left: 32.5%;
		padding: 0.056rem 0.35rem;    
		margin-top: 0.2rem;
    	margin-bottom: 0.4rem;
	} 	
	.product_img li a p{
		font-size: 14px;
	}
	.product_img li a span{
		font-size: 12px;
	}   	
	.add li p{
		font-size: 0.155rem;
		line-height: 21px;
	}	
	.news_li li .title{
		font-size: 14px;
	}
	.news_li li .content{
		font-size: 12px;
		line-height: 16px;        
        /*-webkit-box-orient: vertical;
        -webkit-line-clamp: 2;*/
	}
	.time{
		font-size: 12px;
	}	
	.foot p{
		font-size: 12px;
		letter-spacing: 0;
	    margin-bottom: 0;
	}
	.foot p:nth-child(1) {
	    margin-bottom: 0;
	    padding-top: 2%;
	}
	.foot{
		height: 1.6rem;	
	}
	.nav_li li{
		font-size: 16px;
	}	
	.news_title p{
		font-size: 18px;
	}
	.news_title .news_time{
		font-size: 14px;
	}
	.news_text p{
		font-size: 14px !important;
		line-height: 22px !important;
	}	
	.company_p h2{
		font-size: 18px;
	}
	.news_list li .title{
		font-size: 14px;
	}
	.news_list li .content{
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.news_list .time{
		font-size: 12px;
	}
	.news2{
	    font-size: 14px !important;
	    line-height: 24px !important;
	}
	#pullDown, #pullUp {
		font-size: 12px !important;
	}
	#sliderProgressBar1{
		transform: translate3d(0px, 0px, 0px) translateZ(0px);
	}	
	#sliderProgressBar2{
		transform: translate3d(120px, 0px, 0px) translateZ(0px);
	}
	#sliderProgressBar3{
		transform: translate3d(262px, 0px, 0px) translateZ(0px);
	}
	#sliderProgressBar4{
		transform: translate3d(426px, 0px, 0px) translateZ(0px);
	}
}

@media screen and (min-width: 320px) and (max-width: 359px){	
		.news_title p{
			font-size: 16px;
		}
		.news_title .news_time{
			font-size: 12px;
		}	
		.mui-segmented-control .mui-control-item{
			font-size: 12px !important;
		}	
		.foot p{
			letter-spacing: -0.65px;
		}
		#sliderProgressBar2{
			transform: translate3d(104px, 0px, 0px) translateZ(0px);
		}
		#sliderProgressBar3{
			transform: translate3d(226px, 0px, 0px) translateZ(0px);
		}
		#sliderProgressBar4{
			transform: translate3d(370px, 0px, 0px) translateZ(0px);
		}	
		.care .mui-control-item{
			padding: 8px 14px !important;
		}
		.home .mui-control-item{
			padding: 8px 12px !important;
		}
    .product_i {
        height: 145px;
    }
}
    @media screen and (min-width: 360px) and (max-width: 374px) {        
        .product_i {height: 165px;}
    }
    @media screen and (min-width: 375px) and (max-width: 410px) {        
        .product_i {height: 175px;}
    }
    @media screen and (min-width: 414px) and (max-width: 430px) {        
        .product_i {height: 190px;}
    }
.clearfix {
    clear: both;
    font-size: 0px;
    height: 0px !important;
    line-height: 0px;
    width: 0px;
    visibility: hidden;
    overflow: hidden;
}
.w_main{
	/*padding: 2% 0 8% 0;*/
}
.w_main .mui-control-content{
	padding:0 3.83335% !important;
	position: relative;
	margin: auto;
}
.news2{
    font-size: 24px;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
    width: 22.8%;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    float: left;
    margin-right: 2.93%;
    border-color: initial;
    border-left: none;
    border-radius: 25px;
    background: #dedede;
}
.news2:nth-child(4){
	margin-right: 0;
}
.news2:hover {
    color: initial;
}
.news2.active{
    color: #fff;
    border-bottom: none;
    background: #067526;
    border-radius: 25px;
}

/**
 *
 * 上滑
 *
 */
#pullDown, #pullUp {
    background:#fff;
    /*height:40px;
    line-height:40px;*/
    padding:3% 0 5%;
    /*border-bottom:1px solid #ccc;*/
    font-size:18px;
    color:#b1b1b1;
    text-align: center;
}
@-webkit-keyframes loading {
    from { -webkit-transform:rotate(0deg) translateZ(0); }
    to { -webkit-transform:rotate(360deg) translateZ(0); }
}
/*     翻页效果开始      */
.fy-dh{width: 100%;display: block;font-size: 16px; text-align: center;margin: 10px auto 40px;}
.fy-dh tr{display: inline-block;}
.fy-dh tr td{width: 30px; height: 30px;line-height: 30px;text-align: center;float: left;display: block;margin-right: 10px;}
.fy-dh tr td a{font-size: 16px;width: 30px; height: 30px;text-align: center;display: block;background-color: #e5e5e5;float:left}
.fy-dh tr td span{font-size: 16px;width: 30px; height: 30px;text-align: center;display: block;float:left}
.fy-dh tr td span:hover{background-color: #0d872d;color: #FFFFFF;}
.fy-dh tr td span.of{background-color: #0d872d;color: #FFFFFF;}
/*     翻页效果结束      */
.news_text_img{padding-top:40px;}
.news_text_img li {padding: 4% 0; border-bottom: 1px solid #eaeaea;}
.news_text_img li a {display:inline-block;}
.news_text_img_title {width: 30%;float: left;margin-right: 4%;}
.news_text_img_p p{color: #333;}
.news_text_img_p span{color: #8f8f94; font-size: 12px;-webkit-line-clamp:2;display: -webkit-box; -webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;}


/*产品详情*/
.cp_xq img{width: 160%;margin-left: -30%;}
.main4{width: 100%;max-width: 768px;overflow: hidden;height: 100%;}
.cp_xq {position:relative;}
.main5{margin: 3.3333%;display: inline-block;width: 93.3333%;text-align: right;position: absolute;top: 16%;right: 6%;}
.cp_xq_a {display: inline-block;width: 20%;height: 30px;line-height: 30px;text-align: center;border: 1px solid #0d872d;border-radius: 20px;color: #0d872d;font-size: 12px;}
.cp_xq_a img{width: 17px;vertical-align: middle;margin-right: 5px;margin-left:0;display: inline-block;}
.cp_xq_a:nth-child(2) img{width: 13px;}
.cp_xq_a:nth-child(1){margin-right: 3%;}
.cp_xq_a2 {display: inline-block;width: 43%;height: 40px;line-height: 40px;text-align: center;border: 1px solid #6d3a18;border-radius: 20px;color: #6d3a18;font-size: 14px;}
.cp_xq_a2 img{width: 25px;vertical-align: middle;margin-right: 10px;margin-left:0;display: inline-block;}
.cp_xq_a2:nth-child(2) img{width: 20px;}
.cp_xq_a2:nth-child(1){margin-right: 3%;}

/*综合页*/
.main2{width: 100%;max-width:350px;margin: 0 auto;position: relative;height: 100%;}
.ckgd_a:hover{color: #fff;}

/*口腔护理*/
.oc_banner{background: url(../images/oralcare_banner.jpg) no-repeat top center; height: 229px; background-size: 480px;}
.oc_toothpaste{background: url(../images/oralcare_bg.jpg) no-repeat top center; height: 241px; background-size: 580px;}
.oc_toothpaste2{background: url(../images/oralcare_bg2.jpg) no-repeat top center; height: 197px; background-size: 580px;}
.oc_toothbrush{background: url(../images/oralcare_bg3.jpg) no-repeat top center; height: 197px; background-size: 580px;}
.oc_mouthwash{background: url(../images/oralcare_bg4.jpg) no-repeat top center; height: 222px; background-size: 580px;}
.ckgd_a{width: 90px;height: 30px;border-radius: 10px 0 10px 0;background: #92b575;color: #fff;display: block;font-size: 12px;line-height: 30px;text-align: center;transition: all 0.3s;}
.oc_toothpaste .ckgd_a{position: absolute;bottom: 8%;right: 18%;}
.oc_toothpaste2 .ckgd_a{position: absolute;bottom: 10%;left: 11%;}
.oc_toothbrush .ckgd_a{position: absolute;bottom: 8%;right: 18%;}
.oc_mouthwash .ckgd_a{position: absolute;bottom: 22%;left: 11%;}

/*个人家居*/
.home_banner{background: url(../images/home_banner.jpg) no-repeat top center; height: 200px;background-size: 480px;}
.home_clean{background: url(../images/home_bg.jpg) no-repeat top center; height: 209px;background-size: 580px;}
.home_nursing{background: url(../images/home_bg2.jpg) no-repeat top center; height: 236px;background-size: 580px;}
.home_wash{background: url(../images/home_bg3.jpg) no-repeat top center; height: 195px;background-size: 580px;}
.ckgd_a2{width: 80px;height: 26px;border-radius: 26px;background: linear-gradient(to bottom right, #fea966 0%,#fd7102 100%);color: #fff;display: block;font-size: 12px;line-height: 26px;text-align: center;}
.ckgd_a2:hover {color: #fff;}
.home_clean .ckgd_a2{position: absolute;bottom: 22%;right: 22%;}
.home_nursing .ckgd_a2{position: absolute;bottom: 4%;right: 22%;}
.home_wash .ckgd_a2{position: absolute;bottom: 30%;left: 15%;}

/*酒店用品*/
.hotel_banner{background: url(../images/hotel_banner.jpg) no-repeat top center; height: 180px;background-size: 480px;}
.hotel_toothpaste{background: url(../images/hotel_bg.jpg) no-repeat top center; height: 143px;background-size: 580px;}
.hotel_wap{background: url(../images/hotel_bg2.jpg) no-repeat top center; height: 143px;background-size: 580px;}
.hotel_suit{background: url(../images/hotel_bg3.jpg) no-repeat top center; height: 165px;background-size: 580px;}
.ckgd_a3{width: 80px;height: 20px;background: #2c9148;color: #fff;display: block;font-size: 12px;line-height: 20px;text-align: center;transition: all 0.3s;}
.ckgd_a3:hover {color: #fff;background: #3abc5e;}
.hotel_toothpaste .ckgd_a3{position: absolute;bottom: 10%;right: 26%;}
.hotel_wap .ckgd_a3{position: absolute;bottom: 10%;left: 21%;}
.hotel_suit .ckgd_a3{position: absolute;bottom: 26%;right: 26%;}
.ckgd_a3 img{width: 16px;display: inline-block;vertical-align: middle;padding-bottom: 2px;padding-left: 4px;}

/*医药用品*/
.medical_banner{background: url(../images/medical_banner.jpg) no-repeat top center; height: 174px; background-size: 480px;}
.medical_capsule{background: url(../images/medical_bg.jpg) no-repeat top center; height: 256px; background-size: 580px;}
.medical_grain{background: url(../images/medical_bg2.jpg) no-repeat top center; height: 195px; background-size: 580px;}
.medical_tablet{background: url(../images/medical_bg3.jpg) no-repeat top center; height: 194px; background-size: 580px;}
.medical_apis{background: url(../images/medical_bg4.jpg) no-repeat top center; height: 218px; background-size: 580px;}
.ckgd_a4{width: 100px;height: 30px;background: #e26235;color: #fff;display: block;font-size: 18px;line-height: 30px;text-align: center;transition: all 0.2s;border-radius: 30px;}
.ckgd_a4:hover{color: #fff;background: #f37549;}
.medical_capsule .ckgd_a4{position: absolute;bottom: 10%;left: 12%;}
.medical_grain .ckgd_a4{position: absolute;bottom: 15%;right: 7%;}
.medical_tablet .ckgd_a4{position: absolute;bottom: 14%;left: 12%;}
.medical_apis .ckgd_a4{position: absolute;bottom: 23%;right: 13%;}


/*大事件*/
.history2{overflow: hidden;position: relative;margin-top: 40px;}
.history_time{display: inline-block;width: 100%;padding: 15px 0;flex: 1 0 0;padding: 0.25rem;}
.history2:after {display: block;content: "";overflow: hidden;width: 1px;height: 100%;background: #55a66f;position: absolute;left: 18%;top: 0.2rem;z-index: 1;}
.history_time div{margin-bottom: 0;width: 77%;float: right;text-align: left;text-indent: 0;color: #333;padding: 5px 10px;border-radius: 5px;background: #fff;border: 1px solid #ccc;}
.history_time span {display: block;width: 1.25rem;overflow: hidden;font-size: 16px;color: #067526;height: 34px;line-height: 34px;text-align: left; float: left;position: relative;}
.history_time span:after {display: block;content: "";width: 12px;height: 12px;overflow: hidden;border: 1px solid #55a66f;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;border-radius: 100%;position: absolute;right: 0;top: 16px;background: #fff;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);z-index: 2;}
.history2 .on span{position: fixed;z-index: 9;top:14%;}


/*关于我们*/
.dl{width: 100%;height: 5px;background: #f5f5f5;margin-top: 15px;}
.introduce_text img {margin: 15px auto;display: block;}
.introduce_img img{width: 100%;}
.introduce p{font-size: 14px;color: #333;}

.introduce_btn {width: 30%;height: 30px;background: #0d872d;border-radius: 14px;display: block;line-height: 30px;text-align: center;color: #fff;font-size: 12px;margin: auto;margin-top: 15px;}
.introduce_btn:hover{color: #fff;}

.message img {margin: 15px auto;display: block;}
.message_img img{width: 100%;}
.message p{font-size: 14px;color: #333;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display: none;}

.history{position: relative;margin-top: 25px;padding-bottom: 5%;}
.history img {display: block;margin: auto;}
.history_bg{position: absolute;top: 0;width: 100%;}
.history_bg img{padding: 0;}
.history .swiper-slide{width: 100%;height: 100%;position: relative;padding:0 15%;background-size: 100%;margin: 5% auto;}
.history .swiper-slide:nth-child(2n){background-size: 100%;}
.history .swiper-slide span{color: #7c9e48;font-size: 14px;font-weight: bold;background: #fff;padding: 2px 10px;position: relative;z-index: 999;display: inline-block;}
.history .swiper-slide p{color: #fff;font-size: 12px;margin-top: 10px;margin-bottom:0;line-height: 16px;-webkit-line-clamp:4;display: -webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow: ellipsis;white-space:initial;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0 !important;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 0 !important;}
.history .swiper-slide:after{display: block;content: "";overflow: hidden;width: 100%;height: 1px;background: #fff;position: absolute;top: 17%;left:0;z-index: 1;}

.culture2 img {display: block;margin: auto;}
.culture2 p {color: #333;}


/*创新科技*/
.introduce_li{display: inline-block;}
.introduce_li li{width: 47%;float: left;margin-right: 6%;margin-top: 0;margin-bottom: 4%;}
.introduce_li li img{width: 100%;display: block;}
.introduce_li li:nth-child(2n){margin-right: 0;}
.introduce_li p{margin-top: 10px;text-align: center;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 !important;font-size: 14px !important;margin-bottom: 10px !important;}
.introduce_li .introduce_c5_img{width: 100%;height: 3.85rem;overflow: hidden;}
.introduce p img{width: 100%;display: block;}

/*青春风采*/
.qcfc{margin-top: 60px;}
.qcfc_text {position: relative;background: #eaf5ed;padding: 14px;font-size: 14px;line-height: 21px;text-indent: 2em;margin-bottom: 20px;}
.qcfc_text img {position: absolute;}
.qcfc_img{width: 100%;height: 2.2rem;overflow: hidden;}
.qcfc_li{display: inline-block;}
.qcfc_li li{width: 47%;float: left;margin-right: 6%;margin-top: 0;margin-bottom: 4%;}
.qcfc_li li img{width: 100%;display: block;}
.qcfc_li li:nth-child(2n){margin-right: 0;}
.qcfc_li p{margin-top: 10px;text-align: center;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 !important;font-size: 14px !important;margin-bottom: 10px !important;}
.qcfc_li .introduce_c5_img{width: 100%;height: 3.85rem;overflow: hidden;}
.qcfc p img{width: 100%;display: block;}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #168b34;
}

@media screen and (min-width: 480px) and (max-width: 768px) {  
	.main2{max-width:768px;}      
	.oc_banner,.home_banner,.hotel_banner,.medical_banner{background-size: 770px;}    
	.oc_toothpaste,.oc_toothpaste2,.oc_toothbrush,.oc_mouthwash,.home_clean,.home_nursing,.home_wash,.hotel_toothpaste,.hotel_wap,.hotel_suit,.medical_capsule,.medical_grain,.medical_tablet,.medical_apis{background-size: 790px;}
    /*口腔护理*/
	.oc_banner{height: 366px;}
	.oc_toothpaste{height: 328px;}
	.oc_toothpaste2{height: 268px;}
	.oc_toothbrush{height: 272px;}
	.oc_mouthwash{height: 302px;}
	.oc_toothpaste .ckgd_a{bottom: 10%;right: 34%;}
	.oc_toothpaste2 .ckgd_a{bottom: 12%;left: 25%;}
	.oc_toothbrush .ckgd_a{bottom: 11%;right: 34%;}
	.oc_mouthwash .ckgd_a{bottom: 24%;left: 26%;}
	/*个人家居*/
	.home_banner{height: 321px;}
	.home_clean{height: 285px;}
	.home_nursing{height: 320px;}
	.home_wash{height: 266px;}
	.home_clean .ckgd_a2{bottom: 27%;right: 35%;}
	.home_nursing .ckgd_a2{bottom: 7%;right: 36%;}
	.home_wash .ckgd_a2{bottom: 35%;left: 28%;}
	/*酒店用品*/
	.hotel_banner{height: 288px;}
	.hotel_toothpaste{height: 194px;}
	.hotel_wap{height: 195px;}
	.hotel_suit{height: 224px;}
	.hotel_toothpaste .ckgd_a3{bottom: 10%;right: 38.5%;}
	.hotel_wap .ckgd_a3{bottom: 10%;left: 35%;}
	.hotel_suit .ckgd_a3{bottom: 26%;right: 38.5%;}
	/*医药用品*/
	.medical_banner{height: 280px;}
	.medical_capsule{height: 346px;}
	.medical_grain{height: 265px;}
	.medical_tablet{height: 263px;}
	.medical_apis{height: 297px;}
	.medical_capsule .ckgd_a4{bottom: 12%;left: 28%;}
	.medical_grain .ckgd_a4{bottom: 20%;right: 25%;}
	.medical_tablet .ckgd_a4{bottom: 20%;left: 29%;}
	.medical_apis .ckgd_a4{bottom: 26%;right: 28%;}
	/*大事件*/
	.history_time span{font-size: 32px;height: 78px;line-height: 78px;}
	.history2{margin-top: 80px;}
	.history_time div{padding: 10px 20px;border-radius: 10px;font-size: 28px;line-height: 42px;border: 2px solid #ccc;}
	.history_time span:after{width: 24px;height: 24px;top: 50%;border: 2px solid #55a66f;}
	.history2:after{width: 2px;}
	.history2 .on span{position: fixed;z-index: 9;top:180px;}

    	
	/*关于我们*/
	.dl{height: 10px;margin-top: 30px;}
	.introduce_text img {margin: 30px auto;}
	.introduce p{font-size: 28px !important;line-height: 42px !important;margin-bottom: 20px !important;}
	.introduce_btn{height: 60px;line-height: 60px;font-size: 24px;margin-top: 30px;border-radius: 28px;}
	.message img{margin: 30px auto;}
	.message p{font-size: 28px;line-height: 42px;margin-bottom: 20px;}
	.history .swiper-slide:after{height: 2px;}
	.history .swiper-slide span{padding: 10px 20px;font-size: 28px;}
	.history .swiper-slide p{font-size: 24px;margin-top: 20px;line-height: 42px;}
	.swiper-button-next, .swiper-button-prev{width: 60px !important;height: 60px;}
	.swiper-button-next img, .swiper-button-prev img{width:100%;}
	.history{padding-bottom: 9%;}
	.culture2 p{font-size: 28px;line-height: 42px;margin-bottom: 20px;}
	
	/*青春风采*/
	.qcfc_text{padding: 28px;font-size: 28px;line-height: 42px;margin-bottom: 40px;}
	.qcfc {margin-top: 106px;}
	.qcfc_li p{margin-top: 20px;margin-bottom: 20px !important;font-size: 28px !important;line-height: 42px;}

}
}